home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000417_news@columbia.edu _Fri Feb 2 02:22:35 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id CAA23715 for <kermit.misc@watsun>; Fri, 2 Feb 1996 02:22:34 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id CAA12853 for kermit.misc@watsun; Fri, 2 Feb 1996 02:22:31 -0500 (EST)
  4. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!news.kei.com!newsfeed.internetmci.com!news.exodus.net!aimnet.com!ns2.mainstreet.net!bug.rahul.net!a2i!rahul.net!a2i!dold.a2i!dold
  5. From: Clarence Dold <dold@rahul.net>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit for Win3x--K95?
  8. Date: 1 Feb 1996 20:49:37 GMT
  9. Organization: a2i network
  10. Lines: 29
  11. Message-ID: <4er911$ml3@hustle.rahul.net>
  12. References: <DM1zzD.2rp@CSUFresno.EDU>
  13. NNTP-Posting-Host: foxtrot.rahul.net
  14. NNTP-Posting-User: dold
  15. X-Newsreader: TIN [version 1.2 PL2]
  16.  
  17. Steve Cosner (stevec@zimmer.CSUFresno.EDU) wrote:
  18.  
  19. : My home setup requires me to connect to a Sun Unix server.  K3.1 works
  20. : pretty well except backspace won't delete backwards.  I know I can
  21. : redefine the backspace key, but is there a standard setup somewhere
  22. : for this type of connection?
  23.  
  24. I connect to a SunOS 4.1.3 system with Kermit of various flavors.
  25. MSKermit 3.14, Unix C-Kermit 190, Kermit-95 1.2
  26. My choice is to map the backspace key, although I could have done an stty on
  27. the UNIX side to accomplish the same task.  I also map the function keys
  28. that exist on my PC keyboard, although they don't exist on a real vt100, and
  29. therefore don't exist in the default Kermit-vt100.
  30.  
  31. >From my mskermit.ini (for MSKermit 3.14, if that matters (?))
  32.  
  33. define UKEY1 set key clear,set key \270 \008,set key \782 \008; BackSpace
  34. do UKEY1
  35.  
  36. ; to match (ESIX 4.0.4) vt100 extended function keys to PC keyboard.
  37. ;            f5        f6        f7            f8            f9        f10
  38. define UKEY2 set key \319 \27Ot, set key \320 \27Ou, set key \321 \027Ov, set key \322 \027Ol, set key \323 \027Ow, set key \324 \027Ox
  39. do UKEY2
  40. ;
  41.  
  42. -- 
  43. ---
  44. Clarence A Dold - dold@rahul.net
  45.                 - Pope Valley & Napa CA.